Welcome![Sign In][Sign Up]
Location:
Search - Snake track

Search list

[Special Effectssnake

Description: snake算法的matlab程序,可用于区域跟踪。-snake algorithm Matlab procedures can be used to track regional.
Platform: | Size: 10205 | Author: chenxi | Hits:

[AI-NN-PRTrackEye_src.zip

Description: 一个由zafersavas于2008年完成的完全基于VC++6实现的人脸检测和人眼跟踪程序,通过设置相应的参数实现不同的功能。人脸跟踪中使用了camshift算法和Haar算法,眼睛检测中使用了自适应PCA算法和模板匹配算法,还支持文件和网络摄像头两种输入方式,经过试验,检测速度比较快和准确度也比较高。附带demo程序。 使用步骤: 菜单TrackEye Menu --> Tracker Settings 输入源Input Source: video 选择文件输入指定为: ..\Avis\Sample.avi 人脸检测算法(Face Detection Algorithm): Haar Face Detection Algorithm 选中 “Track also Eyes” checkBox 眼睛检测算法(Eye Detection Algorithm): Adaptive PCA 取消选择 “Variance Check” Number of Database Images: 8 Number of EigenEyes: 5 Maximum allowable distance from eyespace: 1200 Face width/eye template width ratio: 0.3 ColorSpace type to use during PCA: CV_RGB2GRAY 瞳孔检测设置(Settings for Pupil Detection) Check “Track eyes in details” and then check “Detect also eye pupils”. Click “Adjust Parameters” button: Enter “120” as the “Threshold Value” Click “Save Settings” and then click “Close” Settings for Snake Check “Indicate eye boundary using active snakes”. Click “Settings for snake” button: Select ColorSpace to use: CV_RGB2GRAY Select Simple thresholding and enter 100 as the “Threshold value” Click “Save Settings” and then click “Close”
Platform: | Size: 204022 | Author: sichuanlu | Hits:

[Special Effectssnake

Description: snake算法的matlab程序,可用于区域跟踪。-snake algorithm Matlab procedures can be used to track regional.
Platform: | Size: 10240 | Author: chenxi | Hits:

[DocumentsOnTrackingofMovingObjects

Description: 学位论文;运动物体跟踪方法主要包括卡尔曼滤波,Mean-shift,Camshifi算法,粒子滤波器,Snake模型等;应用卡尔曼滤波方法设计了一套煤矿矿工出入自动监测系统;提出了一种新的基于高斯混合模型的颜色特征提取方法,该方法克服了现有的Camshift算法Continuousl y Adaptive eanshift中跟踪目标特征提取精确度低和计算复杂度高的缺陷-Dissertation moving object tracking methods include Kalman filtering, Mean-shift, Camshifi algorithm, particle filter, Snake model the application of Kalman filtering method designed a coal miners out of automatic monitoring system a new Gaussian mixture model based on the color feature extraction method to overcome the existing Camshift algorithm Continuousl y Adaptive eanshift track target feature extraction accuracy and low computational complexity and high defects
Platform: | Size: 1343488 | Author: 田卉 | Hits:

[Special EffectsOpencvMotionTrack

Description: Opencv中的运动追踪的实现(AutoCamShift snake)-Opencv of the movement to track the realization of (AutoCamShift snake)
Platform: | Size: 516096 | Author: Zhou,Zhi | Hits:

[Game Programsnake

Description: 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别 5、一个问题:游戏的难度设置选项框和主窗口发生数据交换采用了两种方法,发送消息法和读写外部文件法,第三种选择就是采用全局变量,但都不是太好,有没有更合适的方式保证实现该功能的同时不致使程序显得晦涩难懂不易修改和维护-Snake programming essentials 1, each scraper requires attention invalid rectangle the size and location of the smallest snakes in general to take the whole composition of coordinates and the largest rectangular coordinates (including the snake s head and body) 2, snake body running track running track should refer to the snakeheads 3, snakes eat things that all the points after the changes in the body should have a similar change in the first point, that is the first point change in the next period of time after the changes in the second point, and then the next time a change in the third point, and so on , until the end of the last point to change 4, fractional calculation variables: the snake to eat feces in general the number of snakes to eat large amount of feces, the game s difficulty level of The formula: (number of normal feces feces+ large number of)* difficulty level 5, one problem: the difficulty of the game box and the main window to set options for data exchan
Platform: | Size: 1726464 | Author: jory | Hits:

[Other Gamesqk_snake_api

Description: VC++贪吃蛇游戏源码 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别 5、一个问题:游戏的难度设置选项框和主窗口发生数据交换采用了两种方法,发送消息法和读写外部文件法,第三种选择就是采用全局变量,但都不是太好,有没有更合适的方式保证实现该功能的同时不致使程序显得晦涩难懂不易修改和维护-Snake game source code VC++ Snake programming essentials 1, each scraper invalid rectangle when you need to pay attention to the size and position, and generally coordinate the entire minimum and maximum coordinates of the snake composed of Rectangular (including the snake s head and body) 2, the snake should refer to the body of the running track running track smugglers 3, after the snake eats something changes in the body of each point should refer to the first point of change, that change after the first point of the next The second change time period, then the next time change the third point, and so on, until the last point change End 4, the scores calculated variables: the number of snakes eating feces general, snakes eat large amount of feces, the game s difficulty level Formula: (number of normal feces feces+ large number of)* difficulty level 5, one problem: the difficulty of the game box and the main window to set options for data exchange occurs using two
Platform: | Size: 1728512 | Author: 秦坤 | Hits:

[ActiveX/DCOM/ATLDebugCom

Description: 刚一开始,对于COM组件的接口,真的不知如何下手,就更谈不上调试IE里的某个ActiveX控件了。在Snake的熏陶下,我经过一翻努力,终于找到了一种方法可以跟踪调试COM组件的接口-Where to start, more do not talk to go up to debug the IE in a ActiveX control. In Snake under the influence, I with a lot of effort, finally found a way to track the debugging COM component interface
Platform: | Size: 583680 | Author: ffl | Hits:

[Special EffectsFacial-Feature-Tarcking

Description: 研究优化人脸特征提取问题,针对长期以来在不贴标记点的情况下用传统的光流、Snake、可变模板等方法对纹理特征变化大的特征点不能有效跟踪,并且解决单独采用Gabor 小波系统开销大等问题,为了在人脸图像中提取准确信息,提出了人脸特征点的跟踪方法,分组采用改进的光流法和弹性图匹配的方法进行特征点跟踪。对眼睛、眉毛、上下眼皮等14 个表 情变化不大的特征点使用光流法进行跟踪,最后对变化大的嘴部8 个特征点运用Gabor 小波的弹性图匹配方法进行仿真。-Gabor wavelet research to optimize facial feature extraction problem for a long time in the case of stickers marked point changes of texture features with traditional optical flow, Snake, variable template feature points can not effectively track and solve alone overhead and large, in order to extract the accurate information in a face image, the facial feature point tracking method, grouping, improved optical flow method and elastic graph matching feature point tracking. Little change in the feature point of eyes, eyebrows, and eyelids 14 expression using the optical flow method for tracking simulation using Gabor wavelet elastic graph matching method, and finally on the changes of eight characteristic points of the mouth portion.
Platform: | Size: 444416 | Author: yaomeng | Hits:

[Other Riddle gamesSUN

Description: 基于NIOS II的LED屏贪食蛇设计,基于NiosII软核处理器和LED点阵显示屏的贪吃蛇游戏内容是:一条蛇在封闭的围墙里,围墙里随机出现一个食物。玩家通过4个按键控制蛇上下左右移动,且蛇只能沿着头运动的轨迹移动。蛇头撞到食物,则食物被吃掉,蛇身体增长一节,同时记1分,又出现食物,等待蛇通过玩家的控制来吃掉,如果蛇头在移动中出界或咬到自己的身体则游戏结束,并且加入了一些附加功能如蛇身加速,选择难度,开关机屏幕画面的优化等一系列功能,使游戏更具可玩性。-NIOS II LED screen Snake design, NiosII based soft-core processor and LED dot matrix display Snake game content is: a snake in a closed fence, the fence was a random food. Players control a snake through 4 keys to move around, and the head of the snake can move along the track movement. Snakeheads hit the food, the food is eaten, the snake grow body section, but remember one point, appeared foods, through the player controls a snake waiting to eat, if snakeheads bite out of bounds or move their bodies in the game end, and added some additional features such as snake acceleration, choose the difficulty to optimize switching machine screen and a series of features that make the game more playable.
Platform: | Size: 18956288 | Author: iachi | Hits:

[Special EffectsMeanShift_Code

Description: 运用meanshift算法对目标进行跟踪,算法简单明了(meanshift algorithm is used to track the target)
Platform: | Size: 195584 | Author: 腻腻腻腻腻 | Hits:

CodeBus www.codebus.net